@charset "UTF-8";
/* Scss Document */
/**
 * Foundation for Sites by ZURB - Version 6.3.0
 * Configurable Build for Newline Computing Systems
 */
/*
@mixin menu-nested($margin: $menu-margin-nested) {
  margin-left: $margin;
}*/
/* Foundation overrides helper */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=80em&xxlarge=90em&xxxlarge=120em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "aptos", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 107.5rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 80em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns {
  min-width: initial;
}

.column.row.row, .row.row.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 80em) and (min-width: 80em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 80em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 90em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #666666;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #2E4A3D;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(39.56, 63.64, 52.46);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 107.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #666666;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #666666;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: black;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: black;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #333333;
  color: #333333;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #666666;
  background-color: #cccccc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #cccccc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333333;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: black;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid black;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #666666;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
          box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid black;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #666666;
          box-shadow: 0 0 5px #666666;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666666;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

input::placeholder,
textarea::placeholder {
  color: #666666;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #cccccc;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #333333;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333333;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #666666;
  background: #cccccc;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #666666;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #666666;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #333333;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 0, 0%29'></polygon></svg>");
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select {
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:focus {
  outline: none;
  border: 1px solid black;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #666666;
          box-shadow: 0 0 5px #666666;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2E4A3D;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(39.1, 62.9, 51.85);
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.background {
  background-color: #FFFFFF;
  color: #333333;
}
.button.background:hover, .button.background:focus {
  background-color: #cccccc;
  color: #333333;
}
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.tertiary {
  background-color: #f2f2f2;
  color: #333333;
}
.button.tertiary:hover, .button.tertiary:focus {
  background-color: rgb(193.6, 193.6, 193.6);
  color: #333333;
}
.button.quaternary {
  background-color: #eca82b;
  color: #333333;
}
.button.quaternary:hover, .button.quaternary:focus {
  background-color: rgb(204.8415584416, 139.1376623377, 18.3584415584);
  color: #333333;
}
.button.success {
  background-color: #26a518;
  color: #333333;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(30.4, 132, 19.2);
  color: #333333;
}
.button.warning {
  background-color: #ffae00;
  color: #333333;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #333333;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.grey {
  background-color: #666666;
  color: #fefefe;
}
.button.grey:hover, .button.grey:focus {
  background-color: rgb(81.6, 81.6, 81.6);
  color: #fefefe;
}
.button.black {
  background-color: #333333;
  color: #fefefe;
}
.button.black:hover, .button.black:focus {
  background-color: rgb(40.8, 40.8, 40.8);
  color: #fefefe;
}
.button.white {
  background-color: #fefefe;
  color: #333333;
}
.button.white:hover, .button.white:focus {
  background-color: rgb(203.2, 203.2, 203.2);
  color: #333333;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow {
  border: 1px solid #2E4A3D;
  color: #2E4A3D;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(23, 37, 30.5);
  color: rgb(23, 37, 30.5);
}
.button.hollow.background {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button.hollow.background:hover, .button.hollow.background:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: rgb(127.5, 127.5, 127.5);
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.tertiary {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
}
.button.hollow.tertiary:hover, .button.hollow.tertiary:focus {
  border-color: #797979;
  color: #797979;
}
.button.hollow.quaternary {
  border: 1px solid #eca82b;
  color: #eca82b;
}
.button.hollow.quaternary:hover, .button.hollow.quaternary:focus {
  border-color: rgb(128.025974026, 86.961038961, 11.474025974);
  color: rgb(128.025974026, 86.961038961, 11.474025974);
}
.button.hollow.success {
  border: 1px solid #26a518;
  color: #26a518;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(19, 82.5, 12);
  color: rgb(19, 82.5, 12);
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.hollow.grey {
  border: 1px solid #666666;
  color: #666666;
}
.button.hollow.grey:hover, .button.hollow.grey:focus {
  border-color: #333333;
  color: #333333;
}
.button.hollow.black {
  border: 1px solid #333333;
  color: #333333;
}
.button.hollow.black:hover, .button.hollow.black:focus {
  border-color: rgb(25.5, 25.5, 25.5);
  color: rgb(25.5, 25.5, 25.5);
}
.button.hollow.white {
  border: 1px solid #fefefe;
  color: #fefefe;
}
.button.hollow.white:hover, .button.hollow.white:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2E4A3D;
  color: #fefefe;
}
.button.disabled.background, .button[disabled].background {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.background:hover, .button.disabled.background:focus, .button[disabled].background:hover, .button[disabled].background:focus {
  background-color: #FFFFFF;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.tertiary, .button[disabled].tertiary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.tertiary:hover, .button.disabled.tertiary:focus, .button[disabled].tertiary:hover, .button[disabled].tertiary:focus {
  background-color: #f2f2f2;
  color: #fefefe;
}
.button.disabled.quaternary, .button[disabled].quaternary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.quaternary:hover, .button.disabled.quaternary:focus, .button[disabled].quaternary:hover, .button[disabled].quaternary:focus {
  background-color: #eca82b;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #26a518;
  color: #fefefe;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.disabled.grey, .button[disabled].grey {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.grey:hover, .button.disabled.grey:focus, .button[disabled].grey:hover, .button[disabled].grey:focus {
  background-color: #666666;
  color: #fefefe;
}
.button.disabled.black, .button[disabled].black {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.black:hover, .button.disabled.black:focus, .button[disabled].black:hover, .button[disabled].black:focus {
  background-color: #333333;
  color: #fefefe;
}
.button.disabled.white, .button[disabled].white {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.white:hover, .button.disabled.white:focus, .button[disabled].white:hover, .button[disabled].white:focus {
  background-color: #fefefe;
  color: #fefefe;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.button-group::before, .button-group::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.button-group::after {
  clear: both;
}
.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.button-group.background .button {
  background-color: #FFFFFF;
  color: #333333;
}
.button-group.background .button:hover, .button-group.background .button:focus {
  background-color: #cccccc;
  color: #333333;
}
.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button-group.tertiary .button {
  background-color: #f2f2f2;
  color: #333333;
}
.button-group.tertiary .button:hover, .button-group.tertiary .button:focus {
  background-color: rgb(193.6, 193.6, 193.6);
  color: #333333;
}
.button-group.quaternary .button {
  background-color: #eca82b;
  color: #333333;
}
.button-group.quaternary .button:hover, .button-group.quaternary .button:focus {
  background-color: rgb(204.8415584416, 139.1376623377, 18.3584415584);
  color: #333333;
}
.button-group.success .button {
  background-color: #26a518;
  color: #333333;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(30.4, 132, 19.2);
  color: #333333;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #333333;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #333333;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button-group.grey .button {
  background-color: #666666;
  color: #fefefe;
}
.button-group.grey .button:hover, .button-group.grey .button:focus {
  background-color: rgb(81.6, 81.6, 81.6);
  color: #fefefe;
}
.button-group.black .button {
  background-color: #333333;
  color: #fefefe;
}
.button-group.black .button:hover, .button-group.black .button:focus {
  background-color: rgb(40.8, 40.8, 40.8);
  color: #fefefe;
}
.button-group.white .button {
  background-color: #fefefe;
  color: #333333;
}
.button-group.white .button:hover, .button-group.white .button:focus {
  background-color: rgb(203.2, 203.2, 203.2);
  color: #333333;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}
.menu, .menu.horizontal {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.menu > li, .menu.horizontal > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.menu.expanded > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu.vertical > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.menu.vertical > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.medium-expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.large-expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 80em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.xlarge-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.xlarge-expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.xlarge-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.xlarge-vertical > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.xxlarge-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.xxlarge-expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.xxlarge-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.xxlarge-vertical > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.icon-top > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-right: 0;
  margin-left: 0.75rem;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.menu-bordered li {
  border: 1px solid #cccccc;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #cccccc;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}
.top-bar,
.top-bar ul {
  background-color: #cccccc;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 79.9375em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 119.9375em) {
  .top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.title-bar {
  padding: 0.5rem;
  background: #333333;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2E4A3D transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2E4A3D transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2E4A3D;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2E4A3D transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2E4A3D transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2E4A3D;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2E4A3D transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2E4A3D transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2E4A3D;
  }
}
@media screen and (min-width: 80em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2E4A3D transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2E4A3D transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2E4A3D;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2E4A3D transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2E4A3D transparent transparent;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2E4A3D;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #666666;
  background: #fefefe;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2E4A3D transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2E4A3D;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2E4A3D;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2E4A3D transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.75rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.75rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 0.75rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 0.75rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2E4A3D transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2E4A3D transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #333333;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #666666;
}
.breadcrumbs a {
  color: #2E4A3D;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #666666;
  cursor: not-allowed;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #333333;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #cccccc;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #cccccc;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2E4A3D;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #cccccc;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #cccccc;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-bottom: 0;
  background-color: #fefefe;
  color: #333333;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #cccccc;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 80em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em), screen and (min-width: 120em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
html:root {
  --background-color: #F7F4EE;
  --primary-color: #2E4A3D;
  --secondary-color: #A8B7A4;
  --tertiary-color: #B088BE;
}
html:root.high-contrast {
  --background-color: #000000;
  --primary-color: #FFFF00;
  --secondary-color: #00FFFF;
  --tertiary-color: #FF00FF;
}
html .grecaptcha-badge {
  z-index: 10;
}
html .gc-scr-indicator {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
html.gc-debugging .gc-scr-indicator {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.875rem;
}
html.gc-debugging .gc-scr-indicator > div {
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
html.gc-debugging .gc-scr-indicator.gc-scr-small {
  background-color: deeppink;
  color: #fefefe;
}
html.gc-debugging .gc-scr-indicator.gc-scr-medium {
  background-color: red;
  color: #fefefe;
}
html.gc-debugging .gc-scr-indicator.gc-scr-large {
  background-color: orange;
  color: #333333;
}
html.gc-debugging .gc-scr-indicator.gc-scr-xlarge {
  background-color: yellow;
  color: #333333;
}
html.gc-debugging .gc-scr-indicator.gc-scr-xxlarge {
  background-color: greenyellow;
  color: #333333;
}
html.gc-debugging .gc-scr-indicator.gc-scr-xxxlarge {
  background-color: darkgreen;
  color: #fefefe;
}
html input::-webkit-input-placeholder, html select::-webkit-input-placeholder, html textarea::-webkit-input-placeholder {
  color: #A8B7A4;
}
html input::-moz-placeholder, html select::-moz-placeholder, html textarea::-moz-placeholder {
  color: #A8B7A4;
}
html input:-ms-input-placeholder, html select:-ms-input-placeholder, html textarea:-ms-input-placeholder {
  color: #A8B7A4;
}
html input::-ms-input-placeholder, html select::-ms-input-placeholder, html textarea::-ms-input-placeholder {
  color: #A8B7A4;
}
html input::placeholder,
html select::placeholder,
html textarea::placeholder {
  color: #A8B7A4;
}
html.HillsideEducation body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  height: auto;
  background-color: #F7F4EE;
  /* Media Query Imports */
  /* Header */
}
html.HillsideEducation body header.gc-header {
  z-index: 3;
  position: relative;
}
html.HillsideEducation body header.gc-header.is-home .gc-logo {
  padding-top: 2.25rem;
  position: relative;
  z-index: 1;
}
html.HillsideEducation body header.gc-header.is-home .gc-logo > a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.HillsideEducation body header.gc-header.is-home {
  margin-bottom: 1.5rem;
}
html.HillsideEducation body header.gc-header:not(.is-home) {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
html.HillsideEducation body header.gc-header:not(.is-home)::after {
  display: block;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  content: "";
  background-color: var(--secondary-color);
}
html.HillsideEducation body header.gc-header:not(.is-home) .gc-logo > a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.HillsideEducation body header.gc-header .input-group {
  width: 33%;
  max-width: 33%;
  margin: 0.75rem;
  height: 2.5rem;
}
html.HillsideEducation body header.gc-header .input-group input[type=text] {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0.125rem solid var(--primary-color);
  text-transform: none;
  font-size: 1rem;
}
html.HillsideEducation body header.gc-header .input-group input[type=text]::-webkit-input-placeholder {
  color: var(--primary-color) !important;
}
html.HillsideEducation body header.gc-header .input-group input[type=text]::placeholder, html.HillsideEducation body header.gc-header .input-group input[type=text]::-webkit-input-placeholder, html.HillsideEducation body header.gc-header .input-group input[type=text]::-moz-placeholder, html.HillsideEducation body header.gc-header .input-group input[type=text]:-ms-input-placeholder, html.HillsideEducation body header.gc-header .input-group input[type=text]:-moz-placeholder {
  color: var(--primary-color) !important;
}
html.HillsideEducation body header.gc-header .input-group span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html.HillsideEducation body header.gc-header .input-group input.button {
  border: none;
  border-radius: 0.375rem;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
html.HillsideEducation body header.gc-header {
  /*
  &.is-home {
  	position: absolute; // fixed?
  	top: 0;
  	left: 0;
  	width: 100%;
  	z-index: 10 !important;
  }
  */
  /* Navigation bar */
}
html.HillsideEducation body header.gc-header .gc-header-bg {
  /* Small only */
  position: absolute;
  top: 0.5rem;
  right: 0;
}
html.HillsideEducation body header.gc-header .gc-header-bg .title-bar {
  background-color: transparent;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 12;
}
html.HillsideEducation body header.gc-header .gc-header-bg .title-bar button.menu-icon {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  overflow-x: hidden;
  position: relative;
}
html.HillsideEducation body header.gc-header .gc-header-bg .title-bar button.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #2E4A3D;
  -webkit-box-shadow: 0 7px 0 #2E4A3D 0 14px 0 #2E4A3D;
  box-shadow: 0 7px 0 #2E4A3D, 0 14px 0 #2E4A3D;
  content: "";
}
html.HillsideEducation body header.gc-header .gc-header-bg .title-bar:not([style*="display: none"]) ~ #gcResponsiveMenu {
  height: 100vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #A8B7A4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0.625rem;
  width: 100vw;
  z-index: 1;
  padding-top: 3rem;
}
html.HillsideEducation body header.gc-header .gc-header-bg .title-bar:not([style*="display: none"]) ~ #gcResponsiveMenu nav ul:not(.is-drilldown-submenu) {
  background-color: transparent;
}
html.HillsideEducation body header.gc-header .gc-header-bg .title-bar:not([style*="display: none"]) ~ #gcResponsiveMenu nav ul li > a {
  text-transform: uppercase;
  color: #fefefe;
  letter-spacing: 0.125rem;
  font-weight: 400;
}
html.HillsideEducation body header.gc-header .gc-header-bg .title-bar:not([style*="display: none"]) ~ #gcResponsiveMenu nav ul li.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fefefe;
}
html.HillsideEducation body header.gc-header .gc-header-bg .title-bar:not([style*="display: none"]) ~ #gcResponsiveMenu nav ul li.js-drilldown-back > a::before {
  border-color: transparent #fefefe transparent transparent;
}
html.HillsideEducation body header.gc-header .gc-header-bg ul.is-drilldown-submenu.drilldown-submenu-cover-previous.is-active {
  background-color: #A8B7A4;
}
html.HillsideEducation body header.gc-header .gc-cta {
  -ms-flex-line-pack: center;
      align-content: center;
}
html.HillsideEducation body header.gc-header .gc-cta ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html.HillsideEducation body header.gc-header .gc-cta ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.0625rem dotted transparent;
}
html.HillsideEducation body header.gc-header .gc-cta ul li > a > span:first-of-type {
  margin-right: 0.5rem;
}
html.HillsideEducation body header.gc-header .gc-cta ul li > a:hover {
  border-bottom: 0.0625rem dotted var(--primary-color);
}
html.HillsideEducation body {
  /* Section */
}
html.HillsideEducation body section.gc-section {
  z-index: 1;
  position: relative;
}
html.HillsideEducation body section.gc-section ul.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html.HillsideEducation body section.gc-section {
  /* BILLBOARD */
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap {
  aspect-ratio: 3;
  margin: 0 !important;
  padding: 0 0 2.25rem 0 !important;
  position: relative;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap::after {
  display: block;
  height: 0.1875rem;
  position: absolute;
  bottom: 0;
  left: 25vw;
  right: 25vw;
  content: "";
  background-color: var(--secondary-color);
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-align-row-center {
  margin: 0 !important;
  padding: 0 !important;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row {
  aspect-ratio: 3;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  width: 100vw;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns {
  aspect-ratio: 3;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  width: 100vw;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main {
  display: block;
  width: 100vw;
  aspect-ratio: 3;
  margin: 0 !important;
  padding: 0 !important;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-slickjs {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  width: 100vw;
  aspect-ratio: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html {
  position: relative;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type {
  margin: 0 !important;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type h2 {
  font-family: "aptos", sans-serif;
  color: var(--secondary-color);
  letter-spacing: 0.0625rem;
  font-size: 1.3125rem;
  text-transform: uppercase;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 1.5rem;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type h3 {
  color: var(--primary-color);
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 900;
  text-align: center;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type h3 > span {
  font-family: "Licorice", cursive;
  font-size: 6rem;
  margin-top: -4rem;
  display: inline-block;
  letter-spacing: normal;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type h3 + .button {
  margin-top: 4.5rem;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type h3 {
  width: 80%;
  margin-left: 10%;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type .button {
  background-color: var(--primary-color);
  color: var(--background-color);
  border: 0.125rem solid color-mix(in srgb var(--secondary-color) 80%, var(--primary-color));
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 3.3125rem;
  font-size: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  font-family: "aptos", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 0.75rem;
  text-transform: uppercase;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type .button > span {
  margin-left: 0.75rem;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type .button {
  margin-left: auto;
  margin-right: auto;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type > .material-symbols-outlined {
  color: var(--secondary-color);
  font-size: 18.75rem;
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  opacity: 0.25;
  display: none;
  visibility: hidden;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-image {
  padding: 0 !important;
  margin: 0 !important;
  z-index: 3;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
}
html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-image img {
  text-align: center;
}
html.HillsideEducation body section.gc-section {
  /* BANNER */
}
html.HillsideEducation body section.gc-section .gc-banner-wrap {
  height: 21.875rem;
  position: relative;
  overflow: hidden;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap h1, html.HillsideEducation body section.gc-section .gc-banner-wrap h2, html.HillsideEducation body section.gc-section .gc-banner-wrap p {
  text-shadow: 2px 2px 0px #333333;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 21.875rem;
  content: "";
  z-index: 1;
  position: absolute;
  background-image: url("https://resources.geekycreativecustomer.com/Hillside Education/Content/uploads/images/About us.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-our-name-and-our-ethos::after, html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-who-we-support::after, html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-our-setting::after, html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-placements::after {
  background-image: url("https://resources.geekycreativecustomer.com/Hillside Education/Content/uploads/images/About us.jpg");
}
html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-our-approach-to-learning::after, html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-our-facilities::after, html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-learning-here::after, html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-the-school-day::after, html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-term-dates::after {
  background-image: url("https://resources.geekycreativecustomer.com/Hillside Education/Content/uploads/images/Our school.jpg");
}
html.HillsideEducation body section.gc-section .gc-banner-wrap.gc-school-information::after {
  background-image: url("https://resources.geekycreativecustomer.com/Hillside Education/Content/uploads/images/school information.jpg");
}
html.HillsideEducation body section.gc-section .gc-banner-wrap .gc-banner-row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  max-width: none;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap .gc-banner-row .gc-banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap .gc-banner-row .gc-banner h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 3.25rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.0625rem;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap .gc-banner-row .gc-banner h2 {
  text-align: center;
  color: #fefefe;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.0625rem;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap .gc-banner-row .gc-banner p {
  color: #fefefe;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.0625rem;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap .gc-banner-row .gc-banner ul.menu.simple li a {
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: 900;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap .gc-banner-row .gc-banner ul.menu.simple li a:hover {
  text-decoration: underline;
}
html.HillsideEducation body section.gc-section .gc-banner-wrap .gc-banner-row .gc-banner ul.menu.simple li:not(:first-of-type) {
  border-left: 0.125rem solid #fefefe;
  padding-left: 0.75rem;
}
html.HillsideEducation body section.gc-section {
  /* SIGNPOSTS */
}
html.HillsideEducation body section.gc-section .gc-signposts-row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--background-color);
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card {
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card > img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card > img + span {
  position: absolute;
  color: var(--background-color);
  font-size: 4.5rem;
  right: 0.75rem;
  z-index: 2;
  top: 0.75rem;
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card .card-divider {
  background-color: transparent;
  padding-bottom: 0;
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card .card-divider h4 {
  text-align: left;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-family: "aptos", sans-serif;
  color: var(--secondary-color);
  margin-bottom: 0;
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card .card-divider h5 {
  text-align: left;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: var(--primary-color);
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card .card-section {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card .card-section p {
  text-align: left;
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card .card-section a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--primary-color);
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  border-radius: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
html.HillsideEducation body section.gc-section .gc-signposts-row .card .card-section a > span {
  margin-left: 0.5rem;
}
html.HillsideEducation body section.gc-section {
  /* CONTENT */
}
html.HillsideEducation body section.gc-section .gc-content-wrap-alt {
  position: relative;
  margin: 0 0 3rem 0;
  background-color: var(--secondary-color);
  padding: 2.25rem;
}
html.HillsideEducation body section.gc-section .gc-content-wrap-alt > .gc-align-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: auto;
  margin-right: auto;
}
html.HillsideEducation body section.gc-section .gc-content-wrap-alt > .gc-align-row-center p {
  color: #fefefe;
  text-align: center;
}
html.HillsideEducation body section.gc-section .gc-content-row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
html.HillsideEducation body section.gc-section .gc-content-row .gc-content-columns h1 {
  text-align: center;
  font-size: 1.1875rem;
  font-family: "aptos", sans-serif;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
html.HillsideEducation body section.gc-section .gc-content-row .gc-content-columns h2 {
  text-align: center;
  -ms-text-spacing: 0.0625rem;
      text-spacing: 0.0625rem;
  font-size: 2.625rem;
  font-weight: 300;
  color: #333333;
}
html.HillsideEducation body section.gc-section .gc-content-row .gc-content-columns h3 {
  text-align: center;
}
html.HillsideEducation body section.gc-section .gc-content-row .gc-content-columns p {
  text-align: center;
  font-size: 1rem;
  font-family: "aptos", sans-serif;
  letter-spacing: 0.0625rem;
}
html.HillsideEducation body section.gc-section .gc-content-row .gc-content-columns p .button {
  margin-top: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--primary-color);
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  border-radius: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
html.HillsideEducation body section.gc-section .gc-content-row .gc-content-columns p .button > span {
  margin-left: 0.5rem;
}
html.HillsideEducation body section.gc-section {
  /* FAQs */
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap {
  background-color: var(--secondary-color);
  padding-top: 3rem;
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row {
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row h2 {
  text-align: center;
  -ms-text-spacing: 0.0625rem;
      text-spacing: 0.0625rem;
  font-size: 5rem;
  font-weight: 300;
  color: #333333;
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row h3 {
  text-align: center;
  color: #fefefe;
  margin-bottom: 2.25rem;
  font-size: 2.25rem;
  line-height: 2.25rem;
  letter-spacing: 0.0625rem;
  font-weight: 900;
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row .gc-library h3 {
  display: none;
  visibility: hidden;
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row .gc-library .gc-faq-accordion > li.accordion-item.is-active > a {
  background-color: color-mix(in srgb var(--background-color) 20%, #fefefe);
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row .gc-library .gc-faq-accordion > li.accordion-item > a.accordion-title {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.3125rem;
  font-weight: 400;
  color: var(--primary-color);
  border: none;
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row .gc-library .gc-faq-accordion > li.accordion-item > a.accordion-title:hover, html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row .gc-library .gc-faq-accordion > li.accordion-item > a.accordion-title:active, html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row .gc-library .gc-faq-accordion > li.accordion-item > a.accordion-title:focus {
  background-color: var(--background-color);
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row .gc-library .gc-faq-accordion > li.accordion-item > a.accordion-title:before {
  top: 40% !important;
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row .gc-library .gc-faq-accordion > li.accordion-item > a.accordion-title {
  border-bottom: 0.0625rem solid color-mix(in srgb var(--primary-color) 20%, #fefefe);
  background-color: var(--background-color);
}
html.HillsideEducation body section.gc-section .gc-faqs-wrap .gc-faqs-row .gc-library .gc-faq-accordion > li.accordion-item > div.accordion-content {
  border: none;
  font-weight: 400;
  padding-bottom: 2.25rem;
  font-family: "aptos", sans-serif;
  letter-spacing: 0.0625rem;
}
html.HillsideEducation body section.gc-section {
  /* LIBRARY - BROWSE */
}
html.HillsideEducation body section.gc-section .gc-library-browse {
  padding-bottom: 2rem;
}
html.HillsideEducation body section.gc-section .gc-library-browse-header {
  margin-bottom: 2rem;
}
html.HillsideEducation body section.gc-section .gc-library-browse-header h1 {
  margin-bottom: 0.25rem;
}
html.HillsideEducation body section.gc-section .gc-library-browse-status {
  color: #666;
  font-style: italic;
}
html.HillsideEducation body section.gc-section .gc-library-browse-card {
  background: transparent;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
}
html.HillsideEducation body section.gc-section .gc-library-browse-card-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 0.0625rem solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: rem-cal(16px);
}
html.HillsideEducation body section.gc-section .gc-library-browse-icon {
  color: var(--primary-color);
  font-size: 2rem;
  line-height: 1;
}
html.HillsideEducation body section.gc-section .gc-library-browse-card-header h2 {
  margin-bottom: 0.25rem;
}
html.HillsideEducation body section.gc-section .gc-library-browse-card-header p {
  color: #666;
  margin-bottom: 0;
}
html.HillsideEducation body section.gc-section .gc-library-browse-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
html.HillsideEducation body section.gc-section .gc-library-browse-item {
  border-top: 1px solid #f2f2f2;
  padding: 0.85rem 0;
}
html.HillsideEducation body section.gc-section .gc-library-browse-item:first-child {
  border-top: 0;
  padding-top: 0;
}
html.HillsideEducation body section.gc-section .gc-library-browse-item-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}
html.HillsideEducation body section.gc-section .gc-library-browse-item-main a,
html.HillsideEducation body section.gc-section .gc-library-browse-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  text-decoration: none;
}
html.HillsideEducation body section.gc-section .gc-library-browse-item-main a > i,
html.HillsideEducation body section.gc-section .gc-library-browse-item-title > i {
  display: none;
  visibility: hidden;
}
html.HillsideEducation body section.gc-section .gc-library-browse-item-main a:hover {
  text-decoration: underline;
}
html.HillsideEducation body section.gc-section .gc-library-browse-item-title {
  color: #333;
}
html.HillsideEducation body section.gc-section .gc-library-browse-type {
  background: color-mix(in srgb var(--secondary-color) 20%, var(--background-color));
  border: 1px solid var(--secondary-color);
  border-radius: 999px;
  color: var(--secondary-color);
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
  padding: 0.35rem 0.55rem;
  text-transform: uppercase;
}
html.HillsideEducation body section.gc-section .gc-library-browse-modified {
  color: #999;
  display: block;
  font-size: 0.8rem;
  margin-top: 0.35rem;
}
html.HillsideEducation body section.gc-section .gc-library-browse-quicklinks {
  background: transparent;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  width: 100%;
}
html.HillsideEducation body section.gc-section .gc-library-browse-quicklinks h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--secondary-color);
}
html.HillsideEducation body section.gc-section .gc-library-browse-quicklinks .menu a {
  color: var(--primary-color);
  padding: 0.45rem 0;
}
html.HillsideEducation body section.gc-section .gc-library-browse-quicklinks .menu a:hover {
  text-decoration: underline;
}
html.HillsideEducation body section.gc-section {
  /* BLOGS */
}
html.HillsideEducation body section.gc-section .gc-blogs-row {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: var(--background-color);
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-image-column {
  position: relative;
  overflow: hidden;
  min-height: 18.75rem;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-image-column img {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-image-column a {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-image-column a > h4 {
  color: #fefefe;
  font-family: "aptos", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 1.3125rem;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-image-column a > h5 {
  color: #fefefe;
  letter-spacing: 0.0625rem;
  font-size: 2.625rem;
  font-weight: 900;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-recent-blog-list > li > a > h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 0.0625rem solid var(--secondary-color);
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  margin-right: 0.75rem;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-recent-blog-list > li > a > h5 > em {
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: var(--secondary-color);
  font-size: 1.1875rem;
  font-style: normal;
  margin-bottom: -1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-recent-blog-list > li > a > h5 > strong {
  color: var(--primary-color);
  font-size: 5.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-recent-blog-list > li > a > h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-recent-blog-list > li > a > h6 > span {
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  font-weight: 900;
  font-family: "aptos", sans-serif;
  padding-top: 0.5rem;
}
html.HillsideEducation body section.gc-section .gc-blogs-row .gc-recent-blog-list > li > a > h6 em {
  font-family: "aptos", sans-serif;
  text-transform: uppercase;
  color: var(--secondary-color);
  letter-spacing: 0.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
html.HillsideEducation body section.gc-section {
  /* FORM */
}
html.HillsideEducation body section.gc-section form.gc-form {
  margin-bottom: 3rem;
}
html.HillsideEducation body section.gc-section form.gc-form .gc-always-hidden {
  position: absolute;
  left: -187.5rem;
  top: -187.5rem;
}
html.HillsideEducation body section.gc-section form.gc-form .callout.gc-error {
  background-color: #ca3f27;
  color: #fefefe;
  border: 0.0625rem solid rgb(126.5, 57, 45);
  border-radius: 0.375rem;
}
html.HillsideEducation body section.gc-section form.gc-form label {
  text-align: left;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 0.75rem;
}
html.HillsideEducation body section.gc-section form.gc-form fieldset legend {
  text-align: left;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 0.75rem;
}
html.HillsideEducation body section.gc-section form.gc-form fieldset p {
  text-align: left;
  font-size: 0.875rem;
  color: var(--primary-color);
}
html.HillsideEducation body section.gc-section form.gc-form fieldset {
  margin-bottom: 2rem;
}
html.HillsideEducation body section.gc-section form.gc-form fieldset label {
  text-align: left;
  color: var(--primary-color);
  text-transform: none;
  letter-spacing: 0.0625rem;
  font-size: 0.875rem;
}
html.HillsideEducation body section.gc-section form.gc-form textarea,
html.HillsideEducation body section.gc-section form.gc-form input[type=number],
html.HillsideEducation body section.gc-section form.gc-form input[type=text],
html.HillsideEducation body section.gc-section form.gc-form input[type=password],
html.HillsideEducation body section.gc-section form.gc-form input[type=tel],
html.HillsideEducation body section.gc-section form.gc-form input[type=email] {
  background-color: var(--background-color);
  margin-top: 0;
  margin-bottom: 2rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0.125rem solid color-mix(in srgb var(--primary-color) 40%, #fefefe);
  text-transform: none;
  font-size: 1rem;
}
html.HillsideEducation body section.gc-section form.gc-form textarea::-webkit-input-placeholder, html.HillsideEducation body section.gc-section form.gc-form input[type=number]::-webkit-input-placeholder, html.HillsideEducation body section.gc-section form.gc-form input[type=text]::-webkit-input-placeholder, html.HillsideEducation body section.gc-section form.gc-form input[type=password]::-webkit-input-placeholder, html.HillsideEducation body section.gc-section form.gc-form input[type=tel]::-webkit-input-placeholder, html.HillsideEducation body section.gc-section form.gc-form input[type=email]::-webkit-input-placeholder {
  color: var(--secondary-color) !important;
}
html.HillsideEducation body section.gc-section form.gc-form textarea::placeholder, html.HillsideEducation body section.gc-section form.gc-form textarea::-webkit-input-placeholder, html.HillsideEducation body section.gc-section form.gc-form textarea::-moz-placeholder, html.HillsideEducation body section.gc-section form.gc-form textarea:-ms-input-placeholder, html.HillsideEducation body section.gc-section form.gc-form textarea:-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=number]::placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=number]::-webkit-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=number]::-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=number]:-ms-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=number]:-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=text]::placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=text]::-webkit-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=text]::-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=text]:-ms-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=text]:-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=password]::placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=password]::-webkit-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=password]::-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=password]:-ms-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=password]:-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=tel]::placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=tel]::-webkit-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=tel]::-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=tel]:-ms-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=tel]:-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=email]::placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=email]::-webkit-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=email]::-moz-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=email]:-ms-input-placeholder,
html.HillsideEducation body section.gc-section form.gc-form input[type=email]:-moz-placeholder {
  color: var(--secondary-color) !important;
}
html.HillsideEducation body section.gc-section form.gc-form select {
  background-color: var(--background-color);
  margin-top: 0;
  margin-bottom: 2rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0.125rem solid color-mix(in srgb var(--primary-color) 40%, #fefefe);
}
html.HillsideEducation body section.gc-section form.gc-form select::-webkit-input-placeholder {
  color: var(--secondary-color) !important;
}
html.HillsideEducation body section.gc-section form.gc-form select::placeholder, html.HillsideEducation body section.gc-section form.gc-form select::-webkit-input-placeholder, html.HillsideEducation body section.gc-section form.gc-form select::-moz-placeholder, html.HillsideEducation body section.gc-section form.gc-form select:-ms-input-placeholder, html.HillsideEducation body section.gc-section form.gc-form select:-moz-placeholder {
  color: var(--secondary-color) !important;
}
html.HillsideEducation body section.gc-section form.gc-form input.gc-error + label.gc-error,
html.HillsideEducation body section.gc-section form.gc-form textarea.gc-error + label.gc-error,
html.HillsideEducation body section.gc-section form.gc-form select.gc-error + label.gc-error {
  color: #ca3f27;
  font-style: italic;
  font-weight: 900;
  font-size: 0.8125rem;
}
html.HillsideEducation body section.gc-section form.gc-form button.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--primary-color);
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  border-radius: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
html.HillsideEducation body section.gc-section form.gc-form button.button.gc-reset {
  background-color: var(--secondary-color);
}
html.HillsideEducation body section.gc-section form.gc-form button.button.gc-submit {
  background-color: var(--primary-color);
}
html.HillsideEducation body section.gc-section form.gc-form button.button > span {
  margin-left: 0.5rem;
}
html.HillsideEducation body section.gc-section form.gc-form h6 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  color: var(--primary-color);
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
html.HillsideEducation body section.gc-section {
  /* CONTACT US */
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address {
  position: relative;
  border: 0.0625rem solid var(--secondary-color);
  border-radius: 0.5rem;
  padding: 0.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address::after {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  height: 0.0625rem;
  line-height: 0.0625rem;
  content: "";
  position: absolute;
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.6875rem;
  font-weight: 700;
  display: none;
  visibility: hidden;
  text-align: left;
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address span[itemprop=name] {
  width: 100%;
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.3125rem;
  color: var(--secondary-color);
  letter-spacing: 0.0625rem;
  clear: both;
  float: left;
  margin-bottom: 0.75rem;
  font-weight: 700;
  text-align: left;
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address div[itemprop=address] {
  width: 80%;
  display: block;
  clear: both;
  float: left;
  margin-bottom: 1.5rem;
  text-align: left;
  font-weight: 400;
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address div[itemprop=address] > span[itemprop=postalCode] {
  display: inline-block;
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address span[itemprop=postalCode] {
  display: inline-block;
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  clear: both;
  width: 100%;
  height: 2.25rem;
  border-bottom: 0.0625rem dotted transparent;
  color: var(--secondary-color);
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address a:hover {
  color: var(--secondary-color);
  border-bottom: 0.0625rem solid var(--secondary-color);
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address a > i {
  float: left;
  margin-right: 0.5rem;
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address a span.material-symbols-outlined {
  color: var(--secondary-color);
  margin-right: 0.5rem;
}
html.HillsideEducation body section.gc-section.is-contact-us .gc-address a span.gc-what3words-icon {
  font-weight: bold;
  color: var(--secondary-color);
  margin-right: 0.5rem;
  font-size: 1.3125rem;
}
html.HillsideEducation body {
  /* Footer */
}
html.HillsideEducation body footer.gc-footer {
  background-color: var(--primary-color);
  padding-bottom: 1.5rem;
  z-index: 2;
  position: relative;
}
html.HillsideEducation body footer.gc-footer .gc-map-row {
  position: relative;
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-map-column {
  display: block;
  height: 50vh !important;
  position: relative;
  z-index: 1;
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column {
  background-color: var(--background-color);
  z-index: 2;
  padding: 1.5rem;
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column h4 {
  text-align: left;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-family: "aptos", sans-serif;
  color: var(--secondary-color);
  margin-bottom: 0;
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column h5 {
  text-align: left;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: var(--primary-color);
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column form {
  margin-top: 1.5rem;
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column form .input-group .input-group-label {
  background-color: transparent;
  color: var(--primary-color);
  border-top: none;
  border-left: none;
  border-bottom-color: var(--primary-color);
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column form .input-group input {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 0.0625rem solid var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column form .input-group .input-group-button {
  border-bottom: 0.0625rem solid var(--primary-color);
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column form .input-group .input-group-button .button {
  background-color: transparent;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column form .input-group .input-group-button .button span + span {
  margin-left: 0.5rem;
}
html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column form .input-group .input-group-button .button:hover {
  background-color: var(--secondary-color);
  color: var(--background-color);
}
html.HillsideEducation body footer.gc-footer .gc-logo-column {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
html.HillsideEducation body footer.gc-footer .gc-menu-column {
  margin-bottom: 2.25rem;
}
html.HillsideEducation body footer.gc-footer .gc-menu-column ul {
  margin: 0;
}
html.HillsideEducation body footer.gc-footer .gc-menu-column ul > li {
  width: 50% !important;
  max-width: 50% !important;
}
html.HillsideEducation body footer.gc-footer .gc-menu-column ul > li.has-submenu-toggle > a {
  margin-right: 0;
}
html.HillsideEducation body footer.gc-footer .gc-menu-column ul > li > a {
  padding-left: 0;
  padding-right: 0;
  color: var(--background-color);
  border-bottom: 0.0625rem dotted var(--primary-color);
  /*
  width: content;
  max-width: content;
  */
  display: inline-block;
}
html.HillsideEducation body footer.gc-footer .gc-menu-column ul > li > a:hover {
  border-bottom: 0.0625rem dotted var(--background-color);
}
html.HillsideEducation body footer.gc-footer .gc-address-column {
  color: var(--background-color);
  padding-top: 2.25rem;
  border-top: 0.125rem var(--secondary-color) solid;
  border-bottom: 0.125rem var(--secondary-color) solid;
  padding-bottom: 1.5rem;
}
html.HillsideEducation body footer.gc-footer .gc-address-column a {
  color: var(--background-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border-bottom: 0.0625rem dotted var(--primary-color);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
html.HillsideEducation body footer.gc-footer .gc-address-column a > span {
  margin-right: 0.5rem;
}
html.HillsideEducation body footer.gc-footer .gc-address-column a:hover {
  /*
  > span {
  	border-bottom: rem-calc(1px) dotted var(--primary-color);
  }
  */
  border-bottom: 0.0625rem dotted var(--background-color);
}
html.HillsideEducation body footer.gc-footer .gc-address-column a > span.gc-what3words-icon {
  font-weight: bold;
  color: #fefefe;
  margin-right: 0.5rem;
  font-size: 1.3125rem;
}
html.HillsideEducation body footer.gc-footer .gc-address-column a.gc-what3words {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html.HillsideEducation body footer.gc-footer .gc-copyright-columns {
  margin-top: 3rem;
}
html.HillsideEducation body footer.gc-footer .gc-copyright-columns p {
  color: #fefefe;
  text-align: center;
}
html.HillsideEducation body footer.gc-footer .gc-menu-horizontal-columns {
  margin-top: 3rem;
}
html.HillsideEducation body footer.gc-footer .gc-menu-horizontal-columns h3 {
  display: none;
  visibility: hidden;
}
html.HillsideEducation body footer.gc-footer .gc-menu-horizontal-columns ul {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html.HillsideEducation body footer.gc-footer .gc-menu-horizontal-columns ul li a {
  color: #fefefe;
  padding-top: 0;
  padding-bottom: 0;
}
html.HillsideEducation body footer.gc-footer .gc-menu-horizontal-columns ul li a:hover {
  color: var(--secondary-color);
}
html.HillsideEducation body footer.gc-footer .gc-designedby-columns p {
  text-align: center;
}
html.HillsideEducation body footer.gc-footer .gc-designedby-columns p a {
  color: #fefefe;
  border-bottom: 0.0625rem dotted var(--primary-color);
  padding-bottom: 0.5rem;
}
html.HillsideEducation body footer.gc-footer .gc-designedby-columns p a:hover {
  border-bottom: 0.0625rem dotted #fefefe;
}
@media print, screen and (min-width: 40em) {
  html.HillsideEducation body {
    /* Header */
  }
  html.HillsideEducation body header.gc-header {
    /* Navigation bar */
  }
  html.HillsideEducation body header.gc-header .gc-header-bg .title-bar:not([style*="display: none"]) ~ #gcResponsiveMenu {
    width: 51vw;
    left: 51vw;
  }
  html.HillsideEducation body {
    /* Section */
  }
  html.HillsideEducation body section.gc-section {
    /* BILLBOARD */
  }
  html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type h2 {
    font-size: 1.75rem;
    text-align: center;
  }
  html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type h3 {
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
  }
  html.HillsideEducation body section.gc-section .gc-billboard-wrap .gc-billboard-row .gc-billboard-columns main > .row .gc-bb-inner .gc-bb-html:first-of-type .button {
    height: 4rem;
    font-size: 1.3125rem;
    margin-left: auto;
    margin-right: auto;
  }
  html.HillsideEducation body {
    /* Footer */
  }
  html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column {
    border-radius: 0.375rem;
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 41.6666666667%;
  }
  html.HillsideEducation body footer.gc-footer .gc-map-row .gc-cta-column h5 {
    font-size: 2rem;
  }
  html.HillsideEducation body footer.gc-footer .gc-menu-column ul > li {
    width: 100% !important;
    max-width: 100% !important;
  }
  html.HillsideEducation body footer.gc-footer .gc-address-column {
    padding-top: 0;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  html.HillsideEducation body {
    /* Header */
  }
  html.HillsideEducation body header.gc-header.is-home {
    margin-bottom: -4.5rem;
  }
  html.HillsideEducation body header.gc-header.is-home .gc-logo > a {
    max-width: 80%;
  }
  html.HillsideEducation body header.gc-header {
    /* Navigation bar */
  }
  html.HillsideEducation body header.gc-header .gc-header-bg {
    /* Small only */
    position: relative;
    top: auto;
    right: auto;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar {
    background-color: transparent;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul {
    background-color: transparent !important;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li + li {
    margin-left: 0.75rem;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li.is-dropdown-submenu-parent.is-active > a,
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li.is-dropdown-submenu-parent > a:hover {
    /*
    border-top: rem-calc(1px) solid $white;
    border-left: rem-calc(1px) solid $white;
    border-right: rem-calc(1px) solid $white;
    border-radius: rem-calc(6px) rem-calc(6px) 0 0;
    background-color: $secondary-color;
    */
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li > a {
    font-weight: 400;
    /* CONFLICT: font-size */
    font-size: 1.125rem; /* Block 2 (from generic `a`) */
    /* CONFLICT: color variable format & values */
    color: var(--primary-color); /* Block 1 */
    /* SHARED: text-transform & letter-spacing */
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    /* ADDITIONAL PROPERTIES from Block 2 generic `a` */
    border: 0.0625rem solid transparent;
    z-index: 2;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li > a + ul.is-dropdown-submenu {
    margin: 0;
    margin-top: -0.0625rem;
    background-color: #F7F4EE;
    outline: none;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li > a + ul.is-dropdown-submenu > li {
    margin: 0;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li > a + ul.is-dropdown-submenu > li > a {
    white-space: nowrap;
    color: #2E4A3D;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li > a + ul.is-dropdown-submenu > li > a:hover {
    border-color: transparent;
    border-radius: none;
    background-color: rgb(215.4, 219.6, 208.4);
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li > a + ul.is-dropdown-submenu > li + li {
    border-top: 0.0625rem dotted rgb(211, 218.5, 209);
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li:last-of-type {
    margin-right: 1.5rem;
    /* CONFLICT: Block 1 active code vs Block 2 commented block */
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li:last-of-type > a {
    background-color: var(--primary-color); /* Block 1 */
    color: #fefefe; /* Block 1 */
    border-radius: 0.375rem;
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li:last-of-type > a:hover {
    background-color: var(--secondary-color);
  }
  html.HillsideEducation body header.gc-header #gcResponsiveMenu.top-bar > .top-bar-right > nav > ul > li:last-of-type {
    /* Block 2 commented alternative:
    > a {
    	background-color: $white;
    	color: $primary-color;
    	border-radius: rem-calc(6px);
    	&:hover {
    		background-color: $secondary-color;
    		color: $white;
    	}
    }
    */
  }
  html.HillsideEducation body header.gc-header .gc-cta {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  html.HillsideEducation body header.gc-header .gc-cta ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  html.HillsideEducation body {
    /* Section */
  }
  html.HillsideEducation body section.gc-section {
    /* BLOGS */
  }
  html.HillsideEducation body section.gc-section .gc-blogs-row .gc-recent-blog-list > li > a > h5 > strong {
    font-size: 6rem;
  }
  html.HillsideEducation body section.gc-section .gc-blogs-row .gc-recent-blog-list > li > a > h6 > span {
    font-size: 1.5rem;
  }
  html.HillsideEducation body {
    /* Footer */
  }
  html.HillsideEducation body footer.gc-footer .gc-map-row .gc-map-column {
    margin-bottom: 3rem;
  }
  html.HillsideEducation body footer.gc-footer .gc-logo-column {
    margin-top: 0;
  }
  html.HillsideEducation body footer.gc-footer .gc-logo-column a img {
    width: 60%;
    margin-right: auto;
  }
  html.HillsideEducation body footer.gc-footer .gc-menu-column ul > li {
    width: 50% !important;
    max-width: 50% !important;
  }
  html.HillsideEducation body footer.gc-footer .gc-copyright-columns p {
    text-align: left;
  }
  html.HillsideEducation body footer.gc-footer .gc-designedby-columns {
    margin-top: 3rem;
  }
  html.HillsideEducation body footer.gc-footer .gc-designedby-columns p {
    text-align: right;
  }
}
@media screen and (min-width: 80em) {
  html.HillsideEducation body {
    /* Header */
    /* Section */
  }
  html.HillsideEducation body {
    /* Footer */
  }
}
@media screen and (min-width: 90em) {
  html.HillsideEducation body {
    /* Header */
    /* Section */
  }
  html.HillsideEducation body {
    /* Footer */
  }
}